We argued replacing GdkWindowClass with a input_only boolean, but this
is not doable in an API-stable way, so I decided against it.
<FILE>windows</FILE>
GdkWindow
GdkWindowType
-GdkWindowClass
+GdkWindowWindowClass
GdkWindowHints
GdkGeometry
GdkGravity
typedef struct _GdkWindowRedirect GdkWindowRedirect;
/**
- * GdkWindowClass:
+ * GdkWindowWindowClass:
* @GDK_INPUT_OUTPUT: window for graphics and events
* @GDK_INPUT_ONLY: window for events only
*
{
GDK_INPUT_OUTPUT,
GDK_INPUT_ONLY
-} GdkWindowClass;
+} GdkWindowWindowClass;
/**
* GdkWindowType:
gint x, y;
gint width;
gint height;
- GdkWindowClass wclass;
+ GdkWindowWindowClass wclass;
GdkVisual *visual;
GdkWindowType window_type;
GdkCursor *cursor;